Click or drag to resize

ServiceFindConversation Method (FolderId, ConversationShape, ConversationQueryTraversal, View, ViewFilter, IListPropertyOrder)

Finds the conversation.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public FindConversationResponse FindConversation(
	FolderId parentFolderId,
	ConversationShape shape,
	ConversationQueryTraversal traversal,
	View view,
	ViewFilter viewFilter,
	IList<PropertyOrder> propertyOrder
)

Parameters

parentFolderId
Type: Independentsoft.ExchangeFolderId
The parent folder identifier.
shape
Type: Independentsoft.ExchangeConversationShape
The shape.
traversal
Type: Independentsoft.ExchangeConversationQueryTraversal
The traversal.
view
Type: Independentsoft.ExchangeView
The view.
viewFilter
Type: Independentsoft.ExchangeViewFilter
The view filter.
propertyOrder
Type: System.Collections.GenericIListPropertyOrder
The property order.

Return Value

Type: FindConversationResponse
FindConversationResponse.
See Also